pub struct Remote<'t> { /* private fields */ }Available on crate feature
network only.Expand description
Represents a remote group’s settings.
Trait Implementations§
impl<F> Destination<F> for Remote<'_>
Auto Trait Implementations§
impl<'t> Freeze for Remote<'t>
impl<'t> !RefUnwindSafe for Remote<'t>
impl<'t> Send for Remote<'t>
impl<'t> Sync for Remote<'t>
impl<'t> Unpin for Remote<'t>
impl<'t> UnsafeUnpin for Remote<'t>
impl<'t> !UnwindSafe for Remote<'t>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more