pub struct CrossType;Expand description
CrossType (549).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CrossType
impl RefUnwindSafe for CrossType
impl Send for CrossType
impl Sync for CrossType
impl Unpin for CrossType
impl UnsafeUnpin for CrossType
impl UnwindSafe for CrossType
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