Struct ListType
pub struct ListType { /* private fields */ }
Implementations§
Trait Implementations§
§impl EngineEnum for ListType
impl EngineEnum for ListType
§impl FromGodot for ListType
impl FromGodot for ListType
§fn try_from_godot(
via: <ListType as GodotConvert>::Via,
) -> Result<ListType, ConvertError>
fn try_from_godot( via: <ListType as GodotConvert>::Via, ) -> Result<ListType, ConvertError>
Converts the Godot representation to this type, returning
Err
on failure.§fn from_godot(via: Self::Via) -> Self
fn from_godot(via: Self::Via) -> Self
⚠️ Converts the Godot representation to this type. Read more
§fn try_from_variant(variant: &Variant) -> Result<Self, ConvertError>
fn try_from_variant(variant: &Variant) -> Result<Self, ConvertError>
Performs the conversion from a
Variant
, returning Err
on failure.§fn from_variant(variant: &Variant) -> Self
fn from_variant(variant: &Variant) -> Self
§impl ToGodot for ListType
impl ToGodot for ListType
impl Copy for ListType
impl Eq for ListType
impl StructuralPartialEq for ListType
Auto Trait Implementations§
impl Freeze for ListType
impl RefUnwindSafe for ListType
impl Send for ListType
impl Sync for ListType
impl Unpin for ListType
impl UnwindSafe for ListType
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