pub struct LeafrefSpecification { /* private fields */ }Expand description
“leafref-specification”.
Implementations§
Source§impl LeafrefSpecification
impl LeafrefSpecification
pub fn path(&self) -> &PathStmt
pub fn require_instance(&self) -> &Option<RequireInstanceStmt>
Trait Implementations§
Source§impl Clone for LeafrefSpecification
impl Clone for LeafrefSpecification
Source§fn clone(&self) -> LeafrefSpecification
fn clone(&self) -> LeafrefSpecification
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 LeafrefSpecification
impl Debug for LeafrefSpecification
Source§impl PartialEq for LeafrefSpecification
impl PartialEq for LeafrefSpecification
impl StructuralPartialEq for LeafrefSpecification
Auto Trait Implementations§
impl Freeze for LeafrefSpecification
impl RefUnwindSafe for LeafrefSpecification
impl Send for LeafrefSpecification
impl Sync for LeafrefSpecification
impl Unpin for LeafrefSpecification
impl UnwindSafe for LeafrefSpecification
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