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