Struct redmine_api::api::users::UserWrapperWithSendInformation
source · [−]Expand description
a special version of the UserWrapper to use with CreateUser and UpdateUser because Redmine puts the send_information flag outside the user object for some reason
Fields
user: T
to parse JSON with user key
send_information: Option<bool>
send information flag in CreateUser and UpdateUser
Trait Implementations
impl<T: PartialEq> PartialEq<UserWrapperWithSendInformation<T>> for UserWrapperWithSendInformation<T>
impl<T: PartialEq> PartialEq<UserWrapperWithSendInformation<T>> for UserWrapperWithSendInformation<T>
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<T> RefUnwindSafe for UserWrapperWithSendInformation<T> where
T: RefUnwindSafe,
impl<T> Send for UserWrapperWithSendInformation<T> where
T: Send,
impl<T> Sync for UserWrapperWithSendInformation<T> where
T: Sync,
impl<T> Unpin for UserWrapperWithSendInformation<T> where
T: Unpin,
impl<T> UnwindSafe for UserWrapperWithSendInformation<T> where
T: UnwindSafe,
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