pub struct CreateCardOk {
pub id: String,
pub etag: Option<String>,
}Expand description
Outcome of a successful
CreateCard resume.
Fields§
§id: StringCard identifier (as supplied by the caller).
etag: Option<String>Entity tag returned by the server, when present.
Trait Implementations§
Source§impl Clone for CreateCardOk
impl Clone for CreateCardOk
Source§fn clone(&self) -> CreateCardOk
fn clone(&self) -> CreateCardOk
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 moreAuto Trait Implementations§
impl Freeze for CreateCardOk
impl RefUnwindSafe for CreateCardOk
impl Send for CreateCardOk
impl Sync for CreateCardOk
impl Unpin for CreateCardOk
impl UnsafeUnpin for CreateCardOk
impl UnwindSafe for CreateCardOk
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