Struct RemoteSystemKinds
pub struct RemoteSystemKinds;
Implementations§
§impl RemoteSystemKinds
impl RemoteSystemKinds
Auto Trait Implementations§
impl Freeze for RemoteSystemKinds
impl RefUnwindSafe for RemoteSystemKinds
impl Send for RemoteSystemKinds
impl Sync for RemoteSystemKinds
impl Unpin for RemoteSystemKinds
impl UnwindSafe for RemoteSystemKinds
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