Struct google_vault1::api::Matter [−][src]
Represents a matter.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- exports create matters (none)
- exports delete matters (none)
- exports get matters (none)
- exports list matters (none)
- holds accounts create matters (none)
- holds accounts delete matters (none)
- holds accounts list matters (none)
- holds add held accounts matters (none)
- holds create matters (none)
- holds delete matters (none)
- holds get matters (none)
- holds list matters (none)
- holds remove held accounts matters (none)
- holds update matters (none)
- saved queries create matters (none)
- saved queries delete matters (none)
- saved queries get matters (none)
- saved queries list matters (none)
- add permissions matters (none)
- close matters (none)
- count matters (none)
- create matters (request|response)
- delete matters (response)
- get matters (response)
- list matters (none)
- remove permissions matters (none)
- reopen matters (none)
- undelete matters (response)
- update matters (request|response)
Fields
description: Option<String>The description of the matter.
matter_id: Option<String>The matter ID which is generated by the server. Should be blank when creating a new matter.
matter_permissions: Option<Vec<MatterPermission>>List of users and access to the matter. Currently there is no programmer defined limit on the number of permissions a matter can have.
name: Option<String>The name of the matter.
state: Option<String>The state of the matter.
Trait Implementations
impl Clone for Matter[src]
impl Debug for Matter[src]
impl Default for Matter[src]
impl<'de> Deserialize<'de> for Matter[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl RequestValue for Matter[src]
impl Resource for Matter[src]
impl ResponseResult for Matter[src]
impl Serialize for Matter[src]
Auto Trait Implementations
impl RefUnwindSafe for Matter
impl Send for Matter
impl Sync for Matter
impl Unpin for Matter
impl UnwindSafe for Matter
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,