pub struct InformationObject {
pub class_name: String,
pub fields: InformationObjectFields,
}
Fields§
§class_name: String
§fields: InformationObjectFields
Implementations§
source§impl InformationObject
impl InformationObject
pub fn link_object_set_reference( &mut self, tlds: &BTreeMap<String, ToplevelDefinition>, ) -> bool
pub fn references_object_set_by_name(&self) -> bool
Trait Implementations§
source§impl Clone for InformationObject
impl Clone for InformationObject
source§fn clone(&self) -> InformationObject
fn clone(&self) -> InformationObject
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 InformationObject
impl Debug for InformationObject
source§impl PartialEq for InformationObject
impl PartialEq for InformationObject
impl StructuralPartialEq for InformationObject
Auto Trait Implementations§
impl Freeze for InformationObject
impl RefUnwindSafe for InformationObject
impl Send for InformationObject
impl Sync for InformationObject
impl Unpin for InformationObject
impl UnwindSafe for InformationObject
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
)