pub enum FlatBufferType {
FBBool,
FBString,
FBList,
FBStruct,
}
Variants§
Trait Implementations§
Source§impl Clone for FlatBufferType
impl Clone for FlatBufferType
Source§fn clone(&self) -> FlatBufferType
fn clone(&self) -> FlatBufferType
Returns a copy 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 FlatBufferType
impl RefUnwindSafe for FlatBufferType
impl Send for FlatBufferType
impl Sync for FlatBufferType
impl Unpin for FlatBufferType
impl UnwindSafe for FlatBufferType
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