pub struct Create {
pub btl: u64,
pub content_type: String,
pub payload: Bytes,
pub string_attributes: Vec<StringAttribute>,
pub numeric_attributes: Vec<NumericAttribute>,
}Fields§
§btl: u64§content_type: String§payload: Bytes§string_attributes: Vec<StringAttribute>§numeric_attributes: Vec<NumericAttribute>Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Create
impl RefUnwindSafe for Create
impl Send for Create
impl Sync for Create
impl Unpin for Create
impl UnwindSafe for Create
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