pub struct SpaceInfo {
pub space: Option<String>,
}Expand description
Information about the Chat Space where a task was assigned from.
This type is not used in any activity, and only used as part of another schema.
Fields§
§space: Option<String>Output only. The Chat space where this task originates from. The format is “spaces/{space}”.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SpaceInfo
impl<'de> Deserialize<'de> for SpaceInfo
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
impl Part for SpaceInfo
Auto Trait Implementations§
impl Freeze for SpaceInfo
impl RefUnwindSafe for SpaceInfo
impl Send for SpaceInfo
impl Sync for SpaceInfo
impl Unpin for SpaceInfo
impl UnwindSafe for SpaceInfo
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