pub struct OnenoteOperation {
pub resource_location: String,
pub resource_id: String,
pub error: OnenoteOperationError,
pub percent_complete: String,
}
Fields§
§resource_location: String
§resource_id: String
§error: OnenoteOperationError
§percent_complete: String
Trait Implementations§
Source§impl Clone for OnenoteOperation
impl Clone for OnenoteOperation
Source§fn clone(&self) -> OnenoteOperation
fn clone(&self) -> OnenoteOperation
Returns a duplicate of the value. Read more
1.0.0 · 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 OnenoteOperation
impl Debug for OnenoteOperation
Source§impl<'de> Deserialize<'de> for OnenoteOperation
impl<'de> Deserialize<'de> for OnenoteOperation
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
Source§impl PartialEq for OnenoteOperation
impl PartialEq for OnenoteOperation
Source§impl Serialize for OnenoteOperation
impl Serialize for OnenoteOperation
impl Eq for OnenoteOperation
impl StructuralPartialEq for OnenoteOperation
Auto Trait Implementations§
impl Freeze for OnenoteOperation
impl RefUnwindSafe for OnenoteOperation
impl Send for OnenoteOperation
impl Sync for OnenoteOperation
impl Unpin for OnenoteOperation
impl UnwindSafe for OnenoteOperation
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