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.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.