pub struct UnimplementedV1 {}Implementations§
Trait Implementations§
Source§impl Clone for UnimplementedV1
impl Clone for UnimplementedV1
Source§fn clone(&self) -> UnimplementedV1
fn clone(&self) -> UnimplementedV1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UnimplementedV1
impl Debug for UnimplementedV1
Source§impl Default for UnimplementedV1
impl Default for UnimplementedV1
Auto Trait Implementations§
impl Freeze for UnimplementedV1
impl RefUnwindSafe for UnimplementedV1
impl Send for UnimplementedV1
impl Sync for UnimplementedV1
impl Unpin for UnimplementedV1
impl UnsafeUnpin for UnimplementedV1
impl UnwindSafe for UnimplementedV1
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