pub struct NodeDetailView {
pub node_id: String,
pub detail: String,
pub content_hash: String,
pub revision: u64,
}Fields§
§node_id: String§detail: String§content_hash: String§revision: u64Trait Implementations§
Source§impl Clone for NodeDetailView
impl Clone for NodeDetailView
Source§fn clone(&self) -> NodeDetailView
fn clone(&self) -> NodeDetailView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for NodeDetailView
Source§impl PartialEq for NodeDetailView
impl PartialEq for NodeDetailView
impl StructuralPartialEq for NodeDetailView
Auto Trait Implementations§
impl Freeze for NodeDetailView
impl RefUnwindSafe for NodeDetailView
impl Send for NodeDetailView
impl Sync for NodeDetailView
impl Unpin for NodeDetailView
impl UnsafeUnpin for NodeDetailView
impl UnwindSafe for NodeDetailView
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