pub struct BinaryInform {
pub version: String,
pub filename: String,
pub path: String,
pub size: u64,
pub key: Vec<u8>,
pub model_type: String,
pub region: String,
}Fields§
§version: String§filename: String§path: String§size: u64§key: Vec<u8>§model_type: String§region: StringTrait Implementations§
Source§impl Clone for BinaryInform
impl Clone for BinaryInform
Source§fn clone(&self) -> BinaryInform
fn clone(&self) -> BinaryInform
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for BinaryInform
impl Default for BinaryInform
Source§fn default() -> BinaryInform
fn default() -> BinaryInform
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BinaryInform
impl RefUnwindSafe for BinaryInform
impl Send for BinaryInform
impl Sync for BinaryInform
impl Unpin for BinaryInform
impl UnsafeUnpin for BinaryInform
impl UnwindSafe for BinaryInform
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