pub struct CaptableRoundCloseRequest {
pub close_date: Option<Option<Value>>,
pub id: Option<String>,
}Fields§
§close_date: Option<Option<Value>>§id: Option<String>ID is the round to close. It is the path segment: the URL is the addressing authority, and the org it is resolved in comes from the caller’s principal, so an id from another tenant is simply not found.
Implementations§
Source§impl CaptableRoundCloseRequest
impl CaptableRoundCloseRequest
pub fn new() -> CaptableRoundCloseRequest
Trait Implementations§
Source§impl Clone for CaptableRoundCloseRequest
impl Clone for CaptableRoundCloseRequest
Source§fn clone(&self) -> CaptableRoundCloseRequest
fn clone(&self) -> CaptableRoundCloseRequest
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 CaptableRoundCloseRequest
impl Debug for CaptableRoundCloseRequest
Source§impl Default for CaptableRoundCloseRequest
impl Default for CaptableRoundCloseRequest
Source§fn default() -> CaptableRoundCloseRequest
fn default() -> CaptableRoundCloseRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CaptableRoundCloseRequest
impl<'de> Deserialize<'de> for CaptableRoundCloseRequest
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 StructuralPartialEq for CaptableRoundCloseRequest
Auto Trait Implementations§
impl Freeze for CaptableRoundCloseRequest
impl RefUnwindSafe for CaptableRoundCloseRequest
impl Send for CaptableRoundCloseRequest
impl Sync for CaptableRoundCloseRequest
impl Unpin for CaptableRoundCloseRequest
impl UnsafeUnpin for CaptableRoundCloseRequest
impl UnwindSafe for CaptableRoundCloseRequest
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