pub struct UploadSessionType(pub String);Tuple Fields§
§0: StringImplementations§
Source§impl UploadSessionType
impl UploadSessionType
pub const UPLOAD_SESSION: &'static str = "upload_session"
Trait Implementations§
Source§impl Clone for UploadSessionType
impl Clone for UploadSessionType
Source§fn clone(&self) -> UploadSessionType
fn clone(&self) -> UploadSessionType
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 Debug for UploadSessionType
impl Debug for UploadSessionType
Source§impl Default for UploadSessionType
impl Default for UploadSessionType
Source§fn default() -> UploadSessionType
fn default() -> UploadSessionType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UploadSessionType
impl<'de> Deserialize<'de> for UploadSessionType
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
impl Eq for UploadSessionType
Source§impl PartialEq for UploadSessionType
impl PartialEq for UploadSessionType
Source§impl Serialize for UploadSessionType
impl Serialize for UploadSessionType
impl StructuralPartialEq for UploadSessionType
Auto Trait Implementations§
impl Freeze for UploadSessionType
impl RefUnwindSafe for UploadSessionType
impl Send for UploadSessionType
impl Sync for UploadSessionType
impl Unpin for UploadSessionType
impl UnsafeUnpin for UploadSessionType
impl UnwindSafe for UploadSessionType
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