pub trait GetMyDefaultAdministratorRightsSetters: HasPayload<Payload = GetMyDefaultAdministratorRights> + Sized {
// Provided method
fn for_channels(self, value: bool) -> Self { ... }
}
Expand description
Setters for fields of GetMyDefaultAdministratorRights
Provided Methods§
sourcefn for_channels(self, value: bool) -> Self
fn for_channels(self, value: bool) -> Self
Setter for for_channels
field.