pub struct GetRepositoryRulesetsRepositoryRulesets {
pub nodes: Option<Vec<Option<GetRepositoryRulesetsRepositoryRulesetsNodes>>>,
}Fields§
§nodes: Option<Vec<Option<GetRepositoryRulesetsRepositoryRulesetsNodes>>>Trait Implementations§
Source§impl<'de> Deserialize<'de> for GetRepositoryRulesetsRepositoryRulesets
impl<'de> Deserialize<'de> for GetRepositoryRulesetsRepositoryRulesets
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
Auto Trait Implementations§
impl Freeze for GetRepositoryRulesetsRepositoryRulesets
impl RefUnwindSafe for GetRepositoryRulesetsRepositoryRulesets
impl Send for GetRepositoryRulesetsRepositoryRulesets
impl Sync for GetRepositoryRulesetsRepositoryRulesets
impl Unpin for GetRepositoryRulesetsRepositoryRulesets
impl UnsafeUnpin for GetRepositoryRulesetsRepositoryRulesets
impl UnwindSafe for GetRepositoryRulesetsRepositoryRulesets
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