pub struct InternalV1 {
pub description: String,
}Fields§
§description: StringImplementations§
Trait Implementations§
Source§impl Clone for InternalV1
impl Clone for InternalV1
Source§fn clone(&self) -> InternalV1
fn clone(&self) -> InternalV1
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 InternalV1
impl Debug for InternalV1
Auto Trait Implementations§
impl Freeze for InternalV1
impl RefUnwindSafe for InternalV1
impl Send for InternalV1
impl Sync for InternalV1
impl Unpin for InternalV1
impl UnsafeUnpin for InternalV1
impl UnwindSafe for InternalV1
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