pub struct CloseRule { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CloseRule
impl RefUnwindSafe for CloseRule
impl Send for CloseRule
impl Sync for CloseRule
impl Unpin for CloseRule
impl UnsafeUnpin for CloseRule
impl UnwindSafe for CloseRule
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