Groups

Struct Groups 

Source
pub struct Groups {
Show 62 fields pub allow_external_members: String, pub allow_google_communication: String, pub allow_web_posting: String, pub archive_only: String, pub custom_footer_text: String, pub custom_reply_to: String, pub custom_roles_enabled_for_settings_to_be_merged: String, pub default_message_deny_notification_text: String, pub default_sender: String, pub description: String, pub email: String, pub enable_collaborative_inbox: String, pub favorite_replies_on_top: String, pub include_custom_footer: String, pub include_in_global_address_list: String, pub is_archived: String, pub kind: String, pub max_message_bytes: i64, pub members_can_post_as_the_group: String, pub message_display_font: String, pub message_moderation_level: String, pub name: String, pub primary_language: String, pub reply_to: String, pub send_message_deny_notification: String, pub show_in_group_directory: String, pub spam_moderation_level: String, pub who_can_add: String, pub who_can_add_references: String, pub who_can_approve_members: String, pub who_can_approve_messages: String, pub who_can_assign_topics: String, pub who_can_assist_content: String, pub who_can_ban_users: String, pub who_can_contact_owner: String, pub who_can_delete_any_post: String, pub who_can_delete_topics: String, pub who_can_discover_group: String, pub who_can_enter_free_form_tags: String, pub who_can_hide_abuse: String, pub who_can_invite: String, pub who_can_join: String, pub who_can_leave_group: String, pub who_can_lock_topics: String, pub who_can_make_topics_sticky: String, pub who_can_mark_duplicate: String, pub who_can_mark_favorite_reply_on_any_topic: String, pub who_can_mark_favorite_reply_on_own_topic: String, pub who_can_mark_no_response_needed: String, pub who_can_moderate_content: String, pub who_can_moderate_members: String, pub who_can_modify_members: String, pub who_can_modify_tags_and_categories: String, pub who_can_move_topics_in: String, pub who_can_move_topics_out: String, pub who_can_post_announcements: String, pub who_can_post_message: String, pub who_can_take_topics: String, pub who_can_unassign_topic: String, pub who_can_unmark_favorite_reply_on_any_topic: String, pub who_can_view_group: String, pub who_can_view_membership: String,
}
Expand description

JSON template for Group resource

Fields§

§allow_external_members: String

JSON template for Group resource

§allow_google_communication: String

JSON template for Group resource

§allow_web_posting: String

JSON template for Group resource

§archive_only: String

JSON template for Group resource

§custom_footer_text: String

JSON template for Group resource

§custom_reply_to: String

JSON template for Group resource

§custom_roles_enabled_for_settings_to_be_merged: String

JSON template for Group resource

§default_message_deny_notification_text: String

JSON template for Group resource

§default_sender: String

JSON template for Group resource

§description: String

JSON template for Group resource

§email: String

JSON template for Group resource

§enable_collaborative_inbox: String

JSON template for Group resource

§favorite_replies_on_top: String

JSON template for Group resource

§include_custom_footer: String

JSON template for Group resource

§include_in_global_address_list: String

JSON template for Group resource

§is_archived: String

JSON template for Group resource

§kind: String

JSON template for Group resource

§max_message_bytes: i64

JSON template for Group resource

§members_can_post_as_the_group: String

JSON template for Group resource

§message_display_font: String

JSON template for Group resource

§message_moderation_level: String

JSON template for Group resource

§name: String

JSON template for Group resource

§primary_language: String

JSON template for Group resource

§reply_to: String

JSON template for Group resource

§send_message_deny_notification: String

JSON template for Group resource

§show_in_group_directory: String

JSON template for Group resource

§spam_moderation_level: String

JSON template for Group resource

§who_can_add: String

JSON template for Group resource

§who_can_add_references: String

JSON template for Group resource

§who_can_approve_members: String

JSON template for Group resource

§who_can_approve_messages: String

JSON template for Group resource

§who_can_assign_topics: String

JSON template for Group resource

§who_can_assist_content: String

JSON template for Group resource

§who_can_ban_users: String

JSON template for Group resource

§who_can_contact_owner: String

JSON template for Group resource

§who_can_delete_any_post: String

JSON template for Group resource

§who_can_delete_topics: String

JSON template for Group resource

§who_can_discover_group: String

JSON template for Group resource

§who_can_enter_free_form_tags: String

JSON template for Group resource

§who_can_hide_abuse: String

JSON template for Group resource

§who_can_invite: String

JSON template for Group resource

§who_can_join: String

JSON template for Group resource

§who_can_leave_group: String

JSON template for Group resource

§who_can_lock_topics: String

JSON template for Group resource

§who_can_make_topics_sticky: String

JSON template for Group resource

§who_can_mark_duplicate: String

JSON template for Group resource

§who_can_mark_favorite_reply_on_any_topic: String

JSON template for Group resource

§who_can_mark_favorite_reply_on_own_topic: String

JSON template for Group resource

§who_can_mark_no_response_needed: String

JSON template for Group resource

§who_can_moderate_content: String

JSON template for Group resource

§who_can_moderate_members: String

JSON template for Group resource

§who_can_modify_members: String

JSON template for Group resource

§who_can_modify_tags_and_categories: String

JSON template for Group resource

§who_can_move_topics_in: String

JSON template for Group resource

§who_can_move_topics_out: String

JSON template for Group resource

§who_can_post_announcements: String

JSON template for Group resource

§who_can_post_message: String

JSON template for Group resource

§who_can_take_topics: String

JSON template for Group resource

§who_can_unassign_topic: String

JSON template for Group resource

§who_can_unmark_favorite_reply_on_any_topic: String

JSON template for Group resource

§who_can_view_group: String

JSON template for Group resource

§who_can_view_membership: String

JSON template for Group resource

Trait Implementations§

Source§

impl Clone for Groups

Source§

fn clone(&self) -> Groups

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Groups

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'de> Deserialize<'de> for Groups

Source§

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 JsonSchema for Groups

Source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
Source§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
Source§

fn json_schema(generator: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
Source§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
Source§

impl PartialEq for Groups

Source§

fn eq(&self, other: &Groups) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Serialize for Groups

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl StructuralPartialEq for Groups

Auto Trait Implementations§

§

impl Freeze for Groups

§

impl RefUnwindSafe for Groups

§

impl Send for Groups

§

impl Sync for Groups

§

impl Unpin for Groups

§

impl UnwindSafe for Groups

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> DynClone for T
where T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

impl<T> PolicyExt for T
where T: ?Sized,

Source§

fn and<P, B, E>(self, other: P) -> And<T, P>
where T: Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow only if self and other return Action::Follow. Read more
Source§

fn or<P, B, E>(self, other: P) -> Or<T, P>
where T: Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow if either self or other returns Action::Follow. Read more
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,