pub struct TrustNote {
pub label: String,
pub detail: String,
}Fields§
§label: String§detail: StringTrait Implementations§
impl Eq for TrustNote
impl StructuralPartialEq for TrustNote
Auto Trait Implementations§
impl Freeze for TrustNote
impl RefUnwindSafe for TrustNote
impl Send for TrustNote
impl Sync for TrustNote
impl Unpin for TrustNote
impl UnsafeUnpin for TrustNote
impl UnwindSafe for TrustNote
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