pub struct UnknownV1 {
pub description: String,
}Fields§
§description: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnknownV1
impl RefUnwindSafe for UnknownV1
impl Send for UnknownV1
impl Sync for UnknownV1
impl Unpin for UnknownV1
impl UnsafeUnpin for UnknownV1
impl UnwindSafe for UnknownV1
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