Enum v_common_api::IndvOp [−][src]
#[repr(u16)]
pub enum IndvOp {
Put,
Get,
GetTicket,
Authorize,
SetIn,
AddTo,
RemoveFrom,
Remove,
None,
}Variants
Сохранить
Сохранить
Получить тикет
Авторизовать
Установить в
Добавить в
Убрать из
Убрать
Implementations
Trait Implementations
impl StructuralPartialEq for IndvOp[src]
impl StructuralPartialEq for IndvOp[src]Auto Trait Implementations
impl RefUnwindSafe for IndvOp
impl RefUnwindSafe for IndvOpimpl UnwindSafe for IndvOp
impl UnwindSafe for IndvOp