pub struct APIRepoArchivedError {
pub message: Option<String>,
pub url: Option<String>,
}Fields§
§message: Option<String>§url: Option<String>Trait Implementations§
Source§impl Clone for APIRepoArchivedError
impl Clone for APIRepoArchivedError
Source§fn clone(&self) -> APIRepoArchivedError
fn clone(&self) -> APIRepoArchivedError
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 APIRepoArchivedError
impl Debug for APIRepoArchivedError
Source§impl<'de> Deserialize<'de> for APIRepoArchivedError
impl<'de> Deserialize<'de> for APIRepoArchivedError
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 APIRepoArchivedError
impl PartialEq for APIRepoArchivedError
Source§impl Serialize for APIRepoArchivedError
impl Serialize for APIRepoArchivedError
impl StructuralPartialEq for APIRepoArchivedError
Auto Trait Implementations§
impl Freeze for APIRepoArchivedError
impl RefUnwindSafe for APIRepoArchivedError
impl Send for APIRepoArchivedError
impl Sync for APIRepoArchivedError
impl Unpin for APIRepoArchivedError
impl UnwindSafe for APIRepoArchivedError
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