pub struct LoadedNode {
pub node_id: NodeId,
pub title: String,
pub navigation_hint: String,
pub narrative: Option<String>,
}Fields§
§node_id: NodeId§title: String§narrative: Option<String>Trait Implementations§
Source§impl Clone for LoadedNode
impl Clone for LoadedNode
Source§fn clone(&self) -> LoadedNode
fn clone(&self) -> LoadedNode
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 moreSource§impl Debug for LoadedNode
impl Debug for LoadedNode
Source§impl PartialEq for LoadedNode
impl PartialEq for LoadedNode
impl StructuralPartialEq for LoadedNode
Auto Trait Implementations§
impl Freeze for LoadedNode
impl RefUnwindSafe for LoadedNode
impl Send for LoadedNode
impl Sync for LoadedNode
impl Unpin for LoadedNode
impl UnsafeUnpin for LoadedNode
impl UnwindSafe for LoadedNode
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