pub struct Request {
pub name: String,
pub description: Option<String>,
pub banner_id: Option<Id<DriveFile>>,
}Available on crate feature
12-47-0 only.Fields§
§name: String[ 1 .. 128 ] characters
description: Option<String>[ 1 .. 2048 ] characters
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Request
impl RefUnwindSafe for Request
impl Send for Request
impl Sync for Request
impl Unpin for Request
impl UnwindSafe for Request
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