pub struct AOCSetTextureMod {
pub modifier: String,
}
Fields§
§modifier: String
Trait Implementations§
Source§impl Clone for AOCSetTextureMod
impl Clone for AOCSetTextureMod
Source§fn clone(&self) -> AOCSetTextureMod
fn clone(&self) -> AOCSetTextureMod
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AOCSetTextureMod
impl Debug for AOCSetTextureMod
Source§impl Deserialize for AOCSetTextureMod
impl Deserialize for AOCSetTextureMod
Source§type Output = AOCSetTextureMod
type Output = AOCSetTextureMod
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl PartialEq for AOCSetTextureMod
impl PartialEq for AOCSetTextureMod
Source§impl Serialize for AOCSetTextureMod
impl Serialize for AOCSetTextureMod
type Input = AOCSetTextureMod
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for AOCSetTextureMod
Auto Trait Implementations§
impl Freeze for AOCSetTextureMod
impl RefUnwindSafe for AOCSetTextureMod
impl Send for AOCSetTextureMod
impl Sync for AOCSetTextureMod
impl Unpin for AOCSetTextureMod
impl UnwindSafe for AOCSetTextureMod
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