pub struct ApplicationContextElement {
pub name: String,
pub frame_of_reference: ApplicationContextRef,
}Fields§
§name: String§frame_of_reference: ApplicationContextRefTrait Implementations§
Source§impl Clone for ApplicationContextElement
impl Clone for ApplicationContextElement
Source§fn clone(&self) -> ApplicationContextElement
fn clone(&self) -> ApplicationContextElement
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 ApplicationContextElement
impl Debug for ApplicationContextElement
Source§impl PartialEq for ApplicationContextElement
impl PartialEq for ApplicationContextElement
Source§fn eq(&self, other: &ApplicationContextElement) -> bool
fn eq(&self, other: &ApplicationContextElement) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ApplicationContextElement
Auto Trait Implementations§
impl Freeze for ApplicationContextElement
impl RefUnwindSafe for ApplicationContextElement
impl Send for ApplicationContextElement
impl Sync for ApplicationContextElement
impl Unpin for ApplicationContextElement
impl UnsafeUnpin for ApplicationContextElement
impl UnwindSafe for ApplicationContextElement
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