Struct onedrive::CreateLinkRequest
source · pub struct CreateLinkRequest {
pub the_type: SharingLinkType,
pub scope: Option<SharingLinkScope>,
}Expand description
The request defines properties of the sharing link your application is requesting
Fields§
§the_type: SharingLinkTypeThe type of sharing link to create. Either view, edit, or embed.
scope: Option<SharingLinkScope>Trait Implementations§
source§impl Debug for CreateLinkRequest
impl Debug for CreateLinkRequest
source§impl<'de> Deserialize<'de> for CreateLinkRequest
impl<'de> Deserialize<'de> for CreateLinkRequest
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CreateLinkRequest
impl Send for CreateLinkRequest
impl Sync for CreateLinkRequest
impl Unpin for CreateLinkRequest
impl UnwindSafe for CreateLinkRequest
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