pub struct ShareRequest {
pub id: String,
pub is_dir: bool,
pub password: String,
pub downloads: i32,
pub expire: i32,
pub preview: bool,
}Expand description
Share request for v3 API
Fields§
§id: String§is_dir: bool§password: String§downloads: i32§expire: i32§preview: boolTrait Implementations§
Auto Trait Implementations§
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