pub struct CreateApiVersionGitLinkedCollectionsItem {
pub file_path: Option<String>,
}
Fields§
§file_path: Option<String>
Path to a collection in the Git repository.
Trait Implementations§
Source§impl Clone for CreateApiVersionGitLinkedCollectionsItem
impl Clone for CreateApiVersionGitLinkedCollectionsItem
Source§fn clone(&self) -> CreateApiVersionGitLinkedCollectionsItem
fn clone(&self) -> CreateApiVersionGitLinkedCollectionsItem
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<'de> Deserialize<'de> for CreateApiVersionGitLinkedCollectionsItem
impl<'de> Deserialize<'de> for CreateApiVersionGitLinkedCollectionsItem
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 CreateApiVersionGitLinkedCollectionsItem
impl PartialEq for CreateApiVersionGitLinkedCollectionsItem
Source§fn eq(&self, other: &CreateApiVersionGitLinkedCollectionsItem) -> bool
fn eq(&self, other: &CreateApiVersionGitLinkedCollectionsItem) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CreateApiVersionGitLinkedCollectionsItem
Auto Trait Implementations§
impl Freeze for CreateApiVersionGitLinkedCollectionsItem
impl RefUnwindSafe for CreateApiVersionGitLinkedCollectionsItem
impl Send for CreateApiVersionGitLinkedCollectionsItem
impl Sync for CreateApiVersionGitLinkedCollectionsItem
impl Unpin for CreateApiVersionGitLinkedCollectionsItem
impl UnwindSafe for CreateApiVersionGitLinkedCollectionsItem
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