pub enum GSocketConnectable {}Auto Trait Implementations§
impl Freeze for GSocketConnectable
impl RefUnwindSafe for GSocketConnectable
impl Send for GSocketConnectable
impl Sync for GSocketConnectable
impl Unpin for GSocketConnectable
impl UnwindSafe for GSocketConnectable
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