pub enum StructOrUnion {
Struct,
Union,
}Expand description
Struct or union
Variants§
Trait Implementations§
Source§impl Clone for StructOrUnion
impl Clone for StructOrUnion
Source§fn clone(&self) -> StructOrUnion
fn clone(&self) -> StructOrUnion
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 StructOrUnion
impl Debug for StructOrUnion
Source§impl PartialEq for StructOrUnion
impl PartialEq for StructOrUnion
impl StructuralPartialEq for StructOrUnion
Auto Trait Implementations§
impl Freeze for StructOrUnion
impl RefUnwindSafe for StructOrUnion
impl Send for StructOrUnion
impl Sync for StructOrUnion
impl Unpin for StructOrUnion
impl UnwindSafe for StructOrUnion
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