pub struct AnchorEntry {
pub name: String,
pub value: Value,
}Expand description
One edition-3 ANCHOR binding.
Fields§
§name: StringLocal resource name.
value: ValueValue bound to the resource name.
Trait Implementations§
Source§impl Clone for AnchorEntry
impl Clone for AnchorEntry
Source§fn clone(&self) -> AnchorEntry
fn clone(&self) -> AnchorEntry
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 AnchorEntry
impl Debug for AnchorEntry
Source§impl PartialEq for AnchorEntry
impl PartialEq for AnchorEntry
impl StructuralPartialEq for AnchorEntry
Auto Trait Implementations§
impl Freeze for AnchorEntry
impl RefUnwindSafe for AnchorEntry
impl Send for AnchorEntry
impl Sync for AnchorEntry
impl Unpin for AnchorEntry
impl UnsafeUnpin for AnchorEntry
impl UnwindSafe for AnchorEntry
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