pub struct Config {
pub trusted_owners: Vec<String>,
pub cooldown_days: Option<u32>,
}Fields§
§trusted_owners: Vec<String>퍼스트파티로 취급할 액션 소유자(org/계정) 목록.
cooldown_days: Option<u32>R10 쿨다운 기준 일수. None이면 기본값(7일).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnsafeUnpin for Config
impl UnwindSafe for Config
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