pub enum SavedObject_oneof_kind {
user_object(SavedUserObject),
asset(SavedAsset),
function(SavedFunction),
variable(SavedVariable),
bare_concrete_function(SavedBareConcreteFunction),
constant(SavedConstant),
resource(SavedResource),
}
Variants§
user_object(SavedUserObject)
asset(SavedAsset)
function(SavedFunction)
variable(SavedVariable)
bare_concrete_function(SavedBareConcreteFunction)
constant(SavedConstant)
resource(SavedResource)
Trait Implementations§
Source§impl Clone for SavedObject_oneof_kind
impl Clone for SavedObject_oneof_kind
Source§fn clone(&self) -> SavedObject_oneof_kind
fn clone(&self) -> SavedObject_oneof_kind
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 moreSource§impl Debug for SavedObject_oneof_kind
impl Debug for SavedObject_oneof_kind
Source§impl PartialEq for SavedObject_oneof_kind
impl PartialEq for SavedObject_oneof_kind
impl StructuralPartialEq for SavedObject_oneof_kind
Auto Trait Implementations§
impl !Freeze for SavedObject_oneof_kind
impl RefUnwindSafe for SavedObject_oneof_kind
impl Send for SavedObject_oneof_kind
impl Sync for SavedObject_oneof_kind
impl Unpin for SavedObject_oneof_kind
impl UnwindSafe for SavedObject_oneof_kind
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