pub enum ObjectSetValue {
Reference(String),
Inline(InformationObjectFields),
}
Variants§
Reference(String)
Inline(InformationObjectFields)
Implementations§
Source§impl ObjectSetValue
impl ObjectSetValue
pub fn link_object_set_reference( &mut self, tlds: &BTreeMap<String, ToplevelDefinition>, ) -> Option<Vec<ObjectSetValue>>
pub fn references_object_set_by_name(&self) -> bool
Trait Implementations§
Source§impl Clone for ObjectSetValue
impl Clone for ObjectSetValue
Source§fn clone(&self) -> ObjectSetValue
fn clone(&self) -> ObjectSetValue
Returns a copy 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 ObjectSetValue
impl Debug for ObjectSetValue
Source§impl From<&str> for ObjectSetValue
impl From<&str> for ObjectSetValue
Source§impl From<InformationObjectFields> for ObjectSetValue
impl From<InformationObjectFields> for ObjectSetValue
Source§fn from(value: InformationObjectFields) -> Self
fn from(value: InformationObjectFields) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ObjectSetValue
impl PartialEq for ObjectSetValue
impl StructuralPartialEq for ObjectSetValue
Auto Trait Implementations§
impl Freeze for ObjectSetValue
impl RefUnwindSafe for ObjectSetValue
impl Send for ObjectSetValue
impl Sync for ObjectSetValue
impl Unpin for ObjectSetValue
impl UnwindSafe for ObjectSetValue
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)