Enum redmine_api::api::roles::IssuesVisibility
source · [−]pub enum IssuesVisibility {
All,
AllNonPrivate,
Own,
}
Expand description
determines which issues are visible to users/group with a role
Variants
All
a user/group with the role can see all issues (in visible projects)
AllNonPrivate
a user/group with the role can see all non-private issues (in visible projects)
Own
a user/group with the role can see only issues created by or assigned to them
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for IssuesVisibility
impl Send for IssuesVisibility
impl Sync for IssuesVisibility
impl Unpin for IssuesVisibility
impl UnwindSafe for IssuesVisibility
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more