pub struct CustomFieldParams {
pub name: String,
pub value: String,
}Fields§
§name: StringThe name of the custom field. This may be up to 40 characters.
value: StringThe value of the custom field. This may be up to 140 characters.
Implementations§
Trait Implementations§
Source§impl Clone for CustomFieldParams
impl Clone for CustomFieldParams
Source§fn clone(&self) -> CustomFieldParams
fn clone(&self) -> CustomFieldParams
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 CustomFieldParams
impl Debug for CustomFieldParams
Auto Trait Implementations§
impl Freeze for CustomFieldParams
impl RefUnwindSafe for CustomFieldParams
impl Send for CustomFieldParams
impl Sync for CustomFieldParams
impl Unpin for CustomFieldParams
impl UnwindSafe for CustomFieldParams
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