pub struct PermittedSubclassesAttribute {
pub classes: Vec<u16>,
}Fields§
§classes: Vec<u16>Trait Implementations§
Source§impl Clone for PermittedSubclassesAttribute
impl Clone for PermittedSubclassesAttribute
Source§fn clone(&self) -> PermittedSubclassesAttribute
fn clone(&self) -> PermittedSubclassesAttribute
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 moreAuto Trait Implementations§
impl Freeze for PermittedSubclassesAttribute
impl RefUnwindSafe for PermittedSubclassesAttribute
impl Send for PermittedSubclassesAttribute
impl Sync for PermittedSubclassesAttribute
impl Unpin for PermittedSubclassesAttribute
impl UnsafeUnpin for PermittedSubclassesAttribute
impl UnwindSafe for PermittedSubclassesAttribute
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