pub struct TrimPattern {
pub asset_name: String,
pub template_item: VarInt,
pub description: TextComponent,
pub decal: bool,
}Fields§
§asset_name: String§template_item: VarInt§description: TextComponent§decal: boolImplementations§
Source§impl TrimPattern
impl TrimPattern
Trait Implementations§
Source§impl Clone for TrimPattern
impl Clone for TrimPattern
Source§fn clone(&self) -> TrimPattern
fn clone(&self) -> TrimPattern
Returns a duplicate 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 TrimPattern
impl Debug for TrimPattern
Source§impl Field for TrimPattern
impl Field for TrimPattern
Auto Trait Implementations§
impl Freeze for TrimPattern
impl RefUnwindSafe for TrimPattern
impl Send for TrimPattern
impl Sync for TrimPattern
impl Unpin for TrimPattern
impl UnwindSafe for TrimPattern
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