pub struct BoxSpec {
pub logical_slot: String,
pub kind: BoxKind,
pub text: String,
pub stored_node: Option<Node>,
pub staged_node: Option<NodeDraft>,
}Fields§
§logical_slot: String§kind: BoxKind§text: String§stored_node: Option<Node>§staged_node: Option<NodeDraft>Trait Implementations§
impl Eq for BoxSpec
impl StructuralPartialEq for BoxSpec
Auto Trait Implementations§
impl Freeze for BoxSpec
impl RefUnwindSafe for BoxSpec
impl Send for BoxSpec
impl Sync for BoxSpec
impl Unpin for BoxSpec
impl UnsafeUnpin for BoxSpec
impl UnwindSafe for BoxSpec
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