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