pub struct Slice0D {}
Trait Implementations§
Source§impl SliceTrait for Slice0D
impl SliceTrait for Slice0D
impl Copy for Slice0D
impl StructuralPartialEq for Slice0D
Auto Trait Implementations§
impl Freeze for Slice0D
impl RefUnwindSafe for Slice0D
impl Send for Slice0D
impl Sync for Slice0D
impl Unpin for Slice0D
impl UnwindSafe for Slice0D
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