pub struct HostedSourceFeatures {
pub batched_changeset_context_lookup: bool,
pub released_issue_comments: bool,
pub release_retarget_sync: bool,
}Fields§
§batched_changeset_context_lookup: bool§released_issue_comments: bool§release_retarget_sync: boolTrait Implementations§
Source§impl Clone for HostedSourceFeatures
impl Clone for HostedSourceFeatures
Source§fn clone(&self) -> HostedSourceFeatures
fn clone(&self) -> HostedSourceFeatures
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 HostedSourceFeatures
impl Debug for HostedSourceFeatures
Source§impl Default for HostedSourceFeatures
impl Default for HostedSourceFeatures
Source§fn default() -> HostedSourceFeatures
fn default() -> HostedSourceFeatures
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HostedSourceFeatures
impl<'de> Deserialize<'de> for HostedSourceFeatures
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 HostedSourceFeatures
impl PartialEq for HostedSourceFeatures
Source§impl Serialize for HostedSourceFeatures
impl Serialize for HostedSourceFeatures
impl Copy for HostedSourceFeatures
impl Eq for HostedSourceFeatures
impl StructuralPartialEq for HostedSourceFeatures
Auto Trait Implementations§
impl Freeze for HostedSourceFeatures
impl RefUnwindSafe for HostedSourceFeatures
impl Send for HostedSourceFeatures
impl Sync for HostedSourceFeatures
impl Unpin for HostedSourceFeatures
impl UnsafeUnpin for HostedSourceFeatures
impl UnwindSafe for HostedSourceFeatures
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