Struct red4ext_rs::types::MessageResourcePath
source · pub struct MessageResourcePath(/* private fields */);
Trait Implementations§
source§impl Clone for MessageResourcePath
impl Clone for MessageResourcePath
source§fn clone(&self) -> MessageResourcePath
fn clone(&self) -> MessageResourcePath
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 MessageResourcePath
impl Debug for MessageResourcePath
source§impl Default for MessageResourcePath
impl Default for MessageResourcePath
source§fn default() -> MessageResourcePath
fn default() -> MessageResourcePath
Returns the “default value” for a type. Read more
impl Copy for MessageResourcePath
Auto Trait Implementations§
impl Freeze for MessageResourcePath
impl RefUnwindSafe for MessageResourcePath
impl Send for MessageResourcePath
impl Sync for MessageResourcePath
impl Unpin for MessageResourcePath
impl UnwindSafe for MessageResourcePath
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