pub struct AttributeUseResult {
pub attribute: AttributeFrameResult,
pub use_kind: AttributeUseKind,
}Expand description
Attribute use result (attribute within complex type)
Fields§
§attribute: AttributeFrameResult§use_kind: AttributeUseKindTrait Implementations§
Source§impl Clone for AttributeUseResult
impl Clone for AttributeUseResult
Source§fn clone(&self) -> AttributeUseResult
fn clone(&self) -> AttributeUseResult
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 moreAuto Trait Implementations§
impl Freeze for AttributeUseResult
impl RefUnwindSafe for AttributeUseResult
impl Send for AttributeUseResult
impl Sync for AttributeUseResult
impl Unpin for AttributeUseResult
impl UnsafeUnpin for AttributeUseResult
impl UnwindSafe for AttributeUseResult
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