Struct ExportMessageType
pub struct ExportMessageType { /* private fields */ }
Implementations§
§impl ExportMessageType
impl ExportMessageType
pub const NONE: ExportMessageType
pub const NONE: ExportMessageType
Godot enumerator name: EXPORT_MESSAGE_NONE
pub const INFO: ExportMessageType
pub const INFO: ExportMessageType
Godot enumerator name: EXPORT_MESSAGE_INFO
pub const WARNING: ExportMessageType
pub const WARNING: ExportMessageType
Godot enumerator name: EXPORT_MESSAGE_WARNING
pub const ERROR: ExportMessageType
pub const ERROR: ExportMessageType
Godot enumerator name: EXPORT_MESSAGE_ERROR
Trait Implementations§
§impl Clone for ExportMessageType
impl Clone for ExportMessageType
§fn clone(&self) -> ExportMessageType
fn clone(&self) -> ExportMessageType
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 more§impl Debug for ExportMessageType
impl Debug for ExportMessageType
§impl EngineEnum for ExportMessageType
impl EngineEnum for ExportMessageType
§impl FromGodot for ExportMessageType
impl FromGodot for ExportMessageType
§fn try_from_godot(
via: <ExportMessageType as GodotConvert>::Via,
) -> Result<ExportMessageType, ConvertError>
fn try_from_godot( via: <ExportMessageType as GodotConvert>::Via, ) -> Result<ExportMessageType, 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 GodotConvert for ExportMessageType
impl GodotConvert for ExportMessageType
§impl Hash for ExportMessageType
impl Hash for ExportMessageType
§impl PartialEq for ExportMessageType
impl PartialEq for ExportMessageType
§impl ToGodot for ExportMessageType
impl ToGodot for ExportMessageType
impl Copy for ExportMessageType
impl Eq for ExportMessageType
impl StructuralPartialEq for ExportMessageType
Auto Trait Implementations§
impl Freeze for ExportMessageType
impl RefUnwindSafe for ExportMessageType
impl Send for ExportMessageType
impl Sync for ExportMessageType
impl Unpin for ExportMessageType
impl UnwindSafe for ExportMessageType
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