pub struct AttachmentsResult {
pub columns: Option<Boards>,
pub subscribers: Option<Subscriber>,
pub projects: Option<Projects>,
}
Fields§
§columns: Option<Boards>
§subscribers: Option<Subscriber>
§projects: Option<Projects>
Trait Implementations§
Source§impl Debug for AttachmentsResult
impl Debug for AttachmentsResult
Source§impl<'de> Deserialize<'de> for AttachmentsResult
impl<'de> Deserialize<'de> for AttachmentsResult
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 AttachmentsResult
impl RefUnwindSafe for AttachmentsResult
impl Send for AttachmentsResult
impl Sync for AttachmentsResult
impl Unpin for AttachmentsResult
impl UnwindSafe for AttachmentsResult
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