pub struct descriptionTruncationCount;
Trait Implementations§
Source§impl Field for descriptionTruncationCount
impl Field for descriptionTruncationCount
impl HasInputField<descriptionTruncationCount, Option<f64>> for CreateTagDataInput
Auto Trait Implementations§
impl Freeze for descriptionTruncationCount
impl RefUnwindSafe for descriptionTruncationCount
impl Send for descriptionTruncationCount
impl Sync for descriptionTruncationCount
impl Unpin for descriptionTruncationCount
impl UnwindSafe for descriptionTruncationCount
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