pub struct Bai2File {
pub creation_date: Option<NaiveDate>,
pub creation_time: Option<String>,
pub file_id: String,
pub groups: Vec<Group>,
pub receiver: String,
pub sender: String,
pub version_number: Option<u8>,
}Fields§
§creation_date: Option<NaiveDate>§creation_time: Option<String>§file_id: String§groups: Vec<Group>§receiver: String§sender: String§version_number: Option<u8>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bai2File
impl RefUnwindSafe for Bai2File
impl Send for Bai2File
impl Sync for Bai2File
impl Unpin for Bai2File
impl UnwindSafe for Bai2File
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