pub struct FilingNodeInput {
pub filing_id: String,
pub filing_type: String,
pub company_code: String,
pub jurisdiction: String,
pub status: String,
}Expand description
Input data for a filing node.
Fields§
§filing_id: String§filing_type: String§company_code: String§jurisdiction: String§status: StringTrait Implementations§
Source§impl Clone for FilingNodeInput
impl Clone for FilingNodeInput
Source§fn clone(&self) -> FilingNodeInput
fn clone(&self) -> FilingNodeInput
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 moreAuto Trait Implementations§
impl Freeze for FilingNodeInput
impl RefUnwindSafe for FilingNodeInput
impl Send for FilingNodeInput
impl Sync for FilingNodeInput
impl Unpin for FilingNodeInput
impl UnsafeUnpin for FilingNodeInput
impl UnwindSafe for FilingNodeInput
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