pub struct CustomAttributeRegistry {
pub attributes: Vec<CustomAttribute>,
}Fields§
§attributes: Vec<CustomAttribute>Implementations§
Source§impl CustomAttributeRegistry
impl CustomAttributeRegistry
pub fn normalized(&self) -> Self
Trait Implementations§
Source§impl Clone for CustomAttributeRegistry
impl Clone for CustomAttributeRegistry
Source§fn clone(&self) -> CustomAttributeRegistry
fn clone(&self) -> CustomAttributeRegistry
Returns a duplicate 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 CustomAttributeRegistry
impl Debug for CustomAttributeRegistry
Source§impl<'de> Deserialize<'de> for CustomAttributeRegistry
impl<'de> Deserialize<'de> for CustomAttributeRegistry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CustomAttributeRegistry
impl PartialEq for CustomAttributeRegistry
Source§impl Serialize for CustomAttributeRegistry
impl Serialize for CustomAttributeRegistry
impl StructuralPartialEq for CustomAttributeRegistry
Auto Trait Implementations§
impl Freeze for CustomAttributeRegistry
impl RefUnwindSafe for CustomAttributeRegistry
impl Send for CustomAttributeRegistry
impl Sync for CustomAttributeRegistry
impl Unpin for CustomAttributeRegistry
impl UnsafeUnpin for CustomAttributeRegistry
impl UnwindSafe for CustomAttributeRegistry
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