pub struct PATH_W<'a> { /* private fields */ }
Expand description
Field PATH
writer - Path Selection
Implementations
sourceimpl<'a> PATH_W<'a>
impl<'a> PATH_W<'a>
sourcepub fn synchronous(self) -> &'a mut W
pub fn synchronous(self) -> &'a mut W
Synchronous path
sourcepub fn resynchronized(self) -> &'a mut W
pub fn resynchronized(self) -> &'a mut W
Resynchronized path
sourcepub fn asynchronous(self) -> &'a mut W
pub fn asynchronous(self) -> &'a mut W
Asynchronous path
Auto Trait Implementations
impl<'a> RefUnwindSafe for PATH_W<'a>
impl<'a> Send for PATH_W<'a>
impl<'a> Sync for PATH_W<'a>
impl<'a> Unpin for PATH_W<'a>
impl<'a> !UnwindSafe for PATH_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more