pub struct IdBean {
pub id: i64,
}
Fields§
§id: i64
The ID of the permission scheme to associate with the project. Use the Get all permission schemes resource to get a list of permission scheme IDs.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for IdBean
impl<'de> Deserialize<'de> for IdBean
Source§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
impl StructuralPartialEq for IdBean
Auto Trait Implementations§
impl Freeze for IdBean
impl RefUnwindSafe for IdBean
impl Send for IdBean
impl Sync for IdBean
impl Unpin for IdBean
impl UnwindSafe for IdBean
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more